home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / theLifeArk.swf / scripts / DefineSprite_647_ET / frame_137 / DoAction.as
Text File  |  2011-09-19  |  250b  |  8 lines

  1. _global.scene.fruit.gotoAndStop("eatOver");
  2. if(!_global.scene.getFruitScoreOver)
  3. {
  4.    _global.scene.getFruitScoreOver = true;
  5.    _global.ctn.game.addScore(354,478,75,60);
  6.    _global.ctn.game.addScore(20,Math.round(5 * Math.random()),75,60);
  7. }
  8.